.tub_d {
    width: 100%;
    height: 113px;
}

.tub_warp {
    width: 1200px;
    margin: 0 auto;
}

/*logo*/

.logo {
    width: 200px;
    height: 60px;
    background: url(../images/logo.png) no-repeat;
    position: absolute;
    left: 0px;
    top: 22px;
    border-right: solid 1px #525252;
    padding-right: 16px;
}

.tub_warp h6 {
    position: absolute;
    top: 32px;
    left: 230px;
    font-family: "Microsoft Yahei";
    font-size: 32px;
    font-weight: bold;
    color: #323232;
}



#tab {
    width: 430px;
    height: 50px;
    float: left;
}

#tab .hd {
    height: 50px;
    position: relative;
    top: 32px;
    left: 330px;
    left: 400px;
}

#tab .hd ul {
    position: absolute;
    top: 12px;
    float: left;
    left: -12px;
}

#tab .hd li {
    float: left;
    padding: 0 7px 0 16px;
    cursor: pointer;
    height: 27px;
    font-family: "Microsoft Yahei";
    font-size: 18px;
    font-weight: bold;
}

#tab .hd li a:hover {
    color: #fe9d3f;
}



#focus {
    width: 100%;
    height: 540px;
}

#main {
    display: block;
    overflow: hidden;
    width: 100%;
    min-width: 1000px;
    position: relative;
    background: #EFF4F5;
    height: 540px;
}

#index_b_hero {
    width: 1000px;
    height: 540px;
    margin: 0 auto;
    position: relative;
}

#index_b_hero img {
    width: 1000px;
    min-height: 540px;
}

#index_b_hero .heros {
    width: 1000px;
    height: 540px;
}

#index_b_hero .hero-wrap {
    overflow: visible;
    position: absolute;
}

#index_b_hero .next,
#index_b_hero .prev {
    position: absolute;
    top: 0px;
    width: 1000px;
    height: 540px;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled='true', startColorstr='#3d4040', endColorstr='#3d4040');
    background: rgba(17, 17, 17, 0.10);
}

#index_b_hero .next:hover,
#index_b_hero .prev:hover {
    filter: progid:DXImageTransform.Microsoft.gradient(enabled='true', startColorstr='#3d4040', endColorstr='#3d4040');
    background: rgba(17, 17, 17, 0.10);
}

#index_b_hero .prev {
    left: -1000px;
}

#index_b_hero .next {
    left: 1000px;
}

#index_b_hero .disabled {
    background-color: #eee;
}

#index_b_hero .hero {
    background: #000;
    position: absolute;
    top: 0;
    left: 0;
    width: 1000px;
    height: 540px;
    overflow: hidden;
    left: 2000px;
}

#index_b_hero .hero .photo_d {
    width: 1000px;
    height: 50px;
    /* background: rgba(17, 17, 17, 0.65); */
    position: absolute;
    bottom: 0px;
    background: url(../images/slide_mask.png) repeat-x;
}

#index_b_hero .hero .photo_d span {
    width: 930px;
    font-size: 21px;
    font-family: Microsoft YaHei;
    text-align: center;
    float: left;
    margin-top: 10px;
    margin-left: 35px;
    overflow: hidden;
    white-space: nowrap;
}

#index_b_hero .hero .photo_d span a {
    color: #FFF;
}

#index_b_hero .mask-right {
    left: -100px;
}

#index_b_hero .mask-left {
    right: -100px;
}

#index_b_hero .active {
    z-index: 2;
    left: 0;
}

#index_b_hero .mask-right,
#index_b_hero .mask-left {
    position: absolute;
    top: 50%;
    height: 78px;
    width: 78px;
    overflow: hidden;
    margin-top: -39px;
    background: url(../images/focusbtn.png) no-repeat;
    z-index: 1000;
    display: none;
}

#index_b_hero .mask-right {
    background-position: -78px 0;
}

#index_b_hero .mask-right:hover {
    background-position: -78px -78px;
}

#index_b_hero .mask-left {
    background-position: 0 0;
}

#index_b_hero .mask-left:hover {
    background-position: 0px -78px;
}



#classify {
    width: 100%;
    height: 145px;
    background: #ebebeb;
}

.classify_warp {
    width: 1000px;
    margin: 0 auto;
    background: #ebebeb;
    height: 145px;
}

.classify_n {
    width: 100%;
    float: left;
    margin-top: 17px;
}

.classify_n span {
    font-family: 'Microsoft YaHei';
    font-size: 17px;
    background-color: #9b9b9b;
    color: #FFF;
    padding: 1px 14px 1px 14px;
    float: left;
}

.classify_n ul {
    width: 922px;
    float: right;
    overflow: hidden;
    white-space: nowrap;
}

.classify_n ul li {
    margin-right: 16px;
    font-family: 'Microsoft YaHei';
    font-size: 15px;
    float: left;
    margin-top: 3px;
}

.classify_n ul li a:hover {
    color: #fe9d3f;
}



#ent_warp {
    width: 1200px;
    margin: 0 auto;
    margin-top: 25px;
}



.video {
    width: 100%;
    margin-top: 16px;
    float: left;
    margin-bottom: 6px;
}

.video_banner {
    width: 100%;
    float: left;
}

.video_banner h1 {
    font-family: 'Microsoft YaHei';
    font-size: 28px;
    font-weight: 600;
    float: left;
    margin-top: 8px;
}

.video_banner ul {
    width: 768px;
    float: left;
    overflow: hidden;
    white-space: nowrap;
    margin: 16px 0 0 20px;
}

.video_banner ul li a {
    height: 27px;
    font-size: 15px;
    font-family: Microsoft YaHei;
    text-align: center;
    float: left;
    padding: 0px 11px 0px 11px;
    line-height: 26px;
    margin: 0 0px 0 8px;
    color: #414141;
    opacity: 0.8;
    filter: alpha(opacity=90);
}

.video_banner ul li a:hover,
.video_banner ul li .active {
    height: 26px;
    background-color: #fe9d3f;
    opacity: 1;
    filter: alpha(opacity=90);
    display: block;
    color: #FFF;
    text-decoration: none;

    padding: 0px 11px 0px 11px;
}

.more {
    background-color: #fe9024;
    color: #FFF;
    padding: 1px 6px 3px 6px;
    float: right;
    margin-top: 22px;
}

.video_big {
    width: 480px;
    height: 283px;
    position: relative;
    overflow: hidden;
    margin-top: 25px;
    float: left;
    border-radius: 8px;
    -webkit-transform: rotate(0deg);

    transform: rotate(0deg);
}

.video_big img {
    width: 480px;
    height: 283px;
}

.bt_d {
    width: 480px;
    height: 60px;
    background: url(../images/slide_mask.png) repeat-x;
    position: absolute;
    bottom: 0px;
}

.video_bf {
    width: 68px;
    height: 68px;
    background: url(../images/video_bf.png) no-repeat;
    position: absolute;
    left: 210px;
    top: 100px;
}

.bt_d span {
    width: 480px;
    overflow: hidden;
    white-space: nowrap;
    float: left;
    font-size: 16px;
    font-family: Microsoft YaHei;
    margin: 25px 0 0 0px;
    line-height: 20px;
    text-align: center;
}

.bt_d a {
    color: #FFF;
}

.bt_d a:hover {
    color: #FFF;
}

.bt_d span em {
    font-size: 12px;
    float: left;
}

.bt_d span em a {
    color: #aaaaab;
}

.video_r {
    width: 720px;
    position: relative;
    float: left;
    margin-top: 26px;
}

.video_r_per {
    width: 158px;
    float: left;
    margin: 0 0 5px 20px;
    height: 145px;
    position: relative;
}

.video_rimg {
    width: 160px;
    height: 100px;
    overflow: hidden;
    position: relative;
    border-radius: 6px;
    -webkit-transform: rotate(0deg);

    transform: rotate(0deg);
}

.video_rimg img {
    width: 160px;
    height: 100px;
    position: absolute;
}

.video_r_btd {
    width: 160px;
    height: 80px;

    position: absolute;
    bottom: 0px;
}

.video_r_btd span {
    width: 160px;
    float: left;
    position: absolute;
    bottom: 12px;
    color: #000;
    height: 20px;
    line-height: 20px;
    word-wrap: break-word;
    word-break: break-all;
    overflow: hidden;
    text-align: left;
}

.video_r_btd a {
    color: #FFF;
}

.video_r_per em {
    float: left;
    width: 160px;
    position: absolute;
    top: 14px;
    left: 8px;
    color: #c6c6c6;
}

.video_r_btd a:hover {
    color: #FFF;
}


.boxgrid {
    width: 240px;
    height: 204px;
    float: left;
    overflow: hidden;
    position: relative;
    background-color: #333;
    left: 7px;
}

.boxgrid img {
    width: 240px;
    height: 204px;
    position: absolute;
    top: 0;
    left: 0;
    border: 0;
    z-index: 1000;
}

.boxgrid span {
    width: 210px;
    position: absolute;
    left: 15px;
    top: 18px;
    float: left;
    overflow: hidden;
    white-space: nowrap;
    font: bold 14px "å®‹ä½“";
}

.boxgrid span a {
    color: #FFF;
}

.boxgrid p {
    width: 210px;
    top: 40px;
    height: 41px;
    line-height: 22px;
    position: absolute;
    left: 14px;
    color: #d8d5d5;
    float: left;
    overflow: hidden;
}

.boxgrid p a {
    color: #d8d5d5;
}

.thecombo {
    position: relative;
    left: 14px;
}

.slidedown {
    position: relative;
    top: 10px;
}

.slidetop {
    position: relative;
    top: 10px;
    left: 14px;
}

.boxgrid2 {
    width: 193px;
    height: 418px;
    overflow: hidden;
    position: relative;
    left: 21px;
}

.boxgrid2 img {
    width: 193px;
    height: 418px;
    position: absolute;
    top: 0;
    left: 0;
    border: 0;
}

.boxcaption2 {
    float: left;
    position: absolute;
    background: #000;
    height: 100px;
    width: 100%;
    opacity: .8;
    /* For IE 5-7 */
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    /* For IE 8 */
    -MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

.captionfull .boxcaption2 {
    top: 418px;
    left: 0;
}

.caption .boxcaption2 {
    top: 354px;
    left: 0;
}

.boxcaption2 span {
    width: 180px;
    position: absolute;
    left: 8px;
    top: 11px;
    float: left;
    overflow: hidden;
    white-space: nowrap;
    font: bold 14px "å®‹ä½“";
}

.boxcaption2 span a {
    color: #FFF;
}

.boxcaption2 p {
    width: 180px;
    top: 35px;
    position: absolute;
    left: 8px;
    color: #d8d5d5;
    float: left;
    overflow: hidden;
    white-space: nowrap;
}

.boxcaption2 p a {
    color: #d8d5d5;
}









.exc-img img,
.ebyp img,
.zysp_n img,
.video_rimg img,
.video_big img {
    -webkit-transition: -webkit-transform 0.3s ease 0s;
    -moz-transition: -moz-transform 0.3s ease 0s;
    -o-transition: -o-transform 0.3s ease 0s;
    transition: transform 0.3s ease 0s;
}

.exc-img img:hover,
.ebyp img:hover,
.zysp_n img:hover,
.video_rimg img:hover,
.video_big img:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}



.share-box li a:hover {
    -webkit-animation: zoomInOut 0.3s 1;
    -moz-animation: zoomInOut 0.3s 1;
    -o-animation: zoomInOut 0.3s 1;
    animation: zoomInOut 0.3s 1;
}

/*titleicon*/

.news {
    width: 48px;
    height: 48px;
    background: url(../images/news.png) no-repeat top;
    float: left;
    margin-right: 16px;
}

.bwsd {
    width: 48px;
    height: 48px;
    background: url(../images/shidian.png) no-repeat top;
    float: left;
    margin-right: 16px;
}
.zhibo {
    width: 48px;
    height: 48px;
    background: url(../images/zhibo.png) no-repeat top;
    float: left;
    margin-right: 16px;
}

.fabuhui {
    width: 48px;
    height: 48px;
    background: url(../images/fabuhui.png) no-repeat top;
    float: left;
    margin-right: 16px;
}

.xiaolong {
    width: 52px;
    height: 52px;
    background: url(../images/xiaolong.png) no-repeat top;
    float: left;
    margin-right: 16px;
}

.yangyu {
    width: 48px;
    height: 48px;
    background: url(../images/yangyu.png) no-repeat top;
    float: left;
    margin-right: 16px;
}
.video_r1 {
    width: 1200px;
    position: relative;
    float: left;
    margin-top: 26px;
}

.video_r1_per {
    width: 280px;
    float: left;
    margin: 0 0 5px 20px;
    height: 215px;
    position: relative;
}

.video_r1img {
    width: 280px;
    height: 165px;
    overflow: hidden;
    position: relative;
    border-radius: 6px;
    -webkit-transform: rotate(0deg);

    transform: rotate(0deg);
}

.video_r1img img {
    width: 280px;
    height: 165px;
    position: absolute;
}

.video_r1_btd {
    width: 280px;
    height: 80px;

    position: absolute;
    bottom: 0px;
}

.video_r1_btd span {
    width: 280px;
    position: absolute;
    bottom: 12px;
    color: #000;
    height: 30px;
    line-height: 35px;
    word-wrap: break-word;
    word-break: break-all;
    overflow: hidden;
    text-align: center;
}

.video_r1_btd a {
    color: #FFF;
}

.video_r1_per em {
    float: left;
    width: 280px;
    position: absolute;
    top: 14px;
    left: 8px;
    color: #c6c6c6;
}

.video_r1_btd a:hover {
    color: #FFF;
}<!--ecms sync check [sync_thread_id="3bcee7cc5a424330844ab778a62d31c1" sync_date="2024-04-02 15:04:55" check_sum="3bcee7cc5a424330844ab778a62d31c1]-->